home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / em / emcal.exe / {app} / emcalc.exe / 0 / RCDATA / TTIPSFORM / TTIPSFORM.txt < prev   
Encoding:
Text File  |  2004-01-13  |  2.3 KB  |  112 lines

  1. object TipsForm: TTipsForm
  2.   Left = 280
  3.   Top = 193
  4.   HelpContext = 1500
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Tip dne'
  7.   ClientHeight = 228
  8.   ClientWidth = 356
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Shape1: TShape
  23.     Left = 8
  24.     Top = 8
  25.     Width = 337
  26.     Height = 182
  27.     Anchors = [akLeft, akTop, akBottom]
  28.     Brush.Style = bsClear
  29.   end
  30.   object Shape2: TShape
  31.     Left = 16
  32.     Top = 16
  33.     Width = 321
  34.     Height = 167
  35.     Anchors = [akLeft, akTop, akRight, akBottom]
  36.     Brush.Color = clInfoBk
  37.     Pen.Style = psClear
  38.   end
  39.   object Image1: TImage
  40.     Left = 32
  41.     Top = 32
  42.     Width = 32
  43.     Height = 32
  44.     AutoSize = True
  45.     Picture.Data = {<image000.ico>}
  46.   end
  47.   object ViteZeLabel: TLabel
  48.     Left = 80
  49.     Top = 51
  50.     Width = 57
  51.     Height = 13
  52.     Caption = 'V∩┐╜te ∩┐╜e ...'
  53.     Color = clInfoBk
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentColor = False
  60.     ParentFont = False
  61.   end
  62.   object TipsMemo: TMemo
  63.     Left = 32
  64.     Top = 88
  65.     Width = 297
  66.     Height = 81
  67.     TabStop = False
  68.     Anchors = [akLeft, akTop, akRight, akBottom]
  69.     BorderStyle = bsNone
  70.     Color = clInfoBk
  71.     Lines.Strings = (
  72.       '...v∩┐╜m, ∩┐╜e nic nev∩┐╜m.')
  73.     ReadOnly = True
  74.     TabOrder = 2
  75.   end
  76.   object ZobrazovatTipyDneCheckBox: TCheckBox
  77.     Left = 8
  78.     Top = 202
  79.     Width = 153
  80.     Height = 17
  81.     HelpContext = 1501
  82.     Anchors = [akLeft, akBottom]
  83.     Caption = 'Z&obrazovat tipy p∩┐╜i spu∩┐╜t∩┐╜n∩┐╜'
  84.     Checked = True
  85.     State = cbChecked
  86.     TabOrder = 0
  87.     OnClick = ZobrazovatTipyDneCheckBoxClick
  88.   end
  89.   object DalsiTipBitBtn: TBitBtn
  90.     Left = 182
  91.     Top = 197
  92.     Width = 75
  93.     Height = 25
  94.     Anchors = [akRight, akBottom]
  95.     Cancel = True
  96.     Caption = '&Dal∩┐╜∩┐╜ tip'
  97.     TabOrder = 1
  98.     OnClick = DalsiTipBitBtnClick
  99.     NumGlyphs = 2
  100.   end
  101.   object ZavritButton: TButton
  102.     Left = 272
  103.     Top = 197
  104.     Width = 75
  105.     Height = 25
  106.     Cancel = True
  107.     Caption = '&Zav∩┐╜∩┐╜t'
  108.     TabOrder = 3
  109.     OnClick = ZavritButtonClick
  110.   end
  111. end
  112.